home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dump / RCS / local.mk,v < prev    next >
Text File  |  1991-09-10  |  935b  |  72 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.09.10.11.19.34;  author jhh;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     91.06.28.12.25.42;  author jhh;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     91.06.21.18.14.44;  author jhh;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @got rid of -pedantic
  32. @
  33. text
  34. @#
  35. # This file is included by Makefile.  Makefile is generated automatically
  36. # by mkmf, and this file provides additional local personalization.  The
  37. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  38. # that must be included to set up various compilation stuff.
  39. #
  40.  
  41. CFLAGS        += -DPROG_DUMP 
  42.  
  43. #if empty(TM:Mds3100)
  44. CFLAGS        += -Wall 
  45. #endif
  46.  
  47.  
  48. #include    <$(SYSMAKEFILE)>
  49. @
  50.  
  51.  
  52. 1.2
  53. log
  54. @changes for decstations
  55. @
  56. text
  57. @d11 1
  58. a11 1
  59. CFLAGS        += -Wall -pedantic
  60. @
  61.  
  62.  
  63. 1.1
  64. log
  65. @Initial revision
  66. @
  67. text
  68. @d8 6
  69. a13 1
  70. CFLAGS        += -DPROG_DUMP -Wall -pedantic
  71. @
  72.